#slider{ overflow:hidden;width:940px;height:240px;position:relative; margin:230px auto 20px auto; padding:0; border-radius:10px 10px 0px 0px;
	-moz-box-shadow:0px 10px 10px #666666; 
	-webkit-box-shadow:0px 10px 10px #666666; 
	box-shadow:0px 10px 10px #666666; 
	text-align: center;
}
#slider .pics{width:940px;height:240px;}
#slider .pics li{height:240px;width:940px;float:left}
.picshow img {opacity: 1; height: 240px; width: 940px;  }
#slider #nav {position:absolute;bottom:10px;right: 10px; margin: auto; filter:alpha(opacity=50); /*IE滤镜，透明度50%*/
-moz-opacity:0.5; /*Firefox私有，透明度50%*/
opacity:0.5;/*其他，透明度50%*/}
#slider #nav li.nav{background:#F47500; color:#fff;}
#slider #nav li{border:0px solid #f47500; color:#d94b01; cursor:pointer;background:#fff;font-size:8px; height:3px;width:20px;float:left;margin-left:4px;display:inline;text-align:center; overflow:hidden}



/*old flash 版本*/
#slider #featureditem1 .itemdescription span, #slider #featureditem2 .itemdescription span, #slider #featureditem3 .itemdescription span {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #b9b9b9;
	padding-left: 10px;
}
#slider #featureditem1 .itemdescription, #slider #featureditem2 .itemdescription, #slider #featureditem3 .itemdescription {
	background-image: url(../images/itemdescription.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 825px;
	position:relative;
	top: 187px;
	padding: 16px 55px 0 60px;
}
#featureditem1 {
	background:#333;
	background-repeat: no-repeat;
	height: 240px;
	width: 940px;
	margin-top: 30px;
}
#featureditem2 {
	background-image: url(../images/featured2.png);
	background-repeat: no-repeat;
	height: 240px;
	width: 940px;
	margin-top: 30px;
}
#featureditem3 {
	background-image: url(../images/featured3.png);
	background-repeat: no-repeat;
	height: 240px;
	width: 940px;
	margin-top: 30px;
}
